projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51d18dc
)
Don't forget to remove temporary files.
author
Jim Blandy
<jimb@redhat.com>
Thu, 27 May 1993 01:12:16 +0000
(
01:12
+0000)
committer
Jim Blandy
<jimb@redhat.com>
Thu, 27 May 1993 01:12:16 +0000
(
01:12
+0000)
make-dist
patch
|
blob
|
history
diff --git
a/make-dist
b/make-dist
index 34fbf0f73126d5aea27559bff483bfd10850fa4a..6c4117a24393a6e98037d050028db1cc2acce517 100755
(executable)
--- a/
make-dist
+++ b/
make-dist
@@
-95,6
+95,7
@@
if [ "${bogosities}" != "" ]; then
echo "The following .elc files have no corresponding .el files:"
echo "${bogosities}"
fi
+rm -f /tmp/el /tmp/elc
echo "Creating staging directory: \`${tempparent}'"
mkdir ${tempparent}